home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / NEXTIME / NullVideoCodec / NullEncoder.h < prev    next >
Encoding:
Text File  |  1995-02-04  |  200 b   |  11 lines

  1.  
  2. #import <NEXTIME/NTSampleProcessor.h>
  3.                     
  4. @interface NullEncoder: NTSampleProcessor
  5. {
  6.     int width, height;        /* compressed width and height */
  7.     NSMutableDictionary * sampleDescription;
  8. }
  9. @end
  10.  
  11.